Search Results for

    Show / Hide Table of Contents

    Class TextExecutableLibrary

    Executable function library for texts

    Inheritance
    object
    ExecutableFunctionLibrary
    TextExecutableLibrary
    Inherited Members
    ExecutableFunctionLibrary.CollectExecutableFunctions()
    ExecutableFunctionLibrary.RegisterExecutableFunctionPtr<TLibrary>(string, int, void*)
    ExecutableFunctionLibrary.RegisterExecutableFunctionFileInfo<TLibrary>(string, int, string, int)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph.Flow.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public class TextExecutableLibrary : ExecutableFunctionLibrary

    Methods

    Flow_StringConcat(string[])

    Declaration
    public static string Flow_StringConcat(string[] values)
    Parameters
    Type Name Description
    string[] values
    Returns
    Type Description
    string

    Flow_StringFormat(string, object[])

    Declaration
    public static string Flow_StringFormat(string separator, object[] arguments)
    Parameters
    Type Name Description
    string separator
    object[] arguments
    Returns
    Type Description
    string

    Flow_StringFormatOneArgument(string, object)

    Format string with one argument {0}.

    Declaration
    public static string Flow_StringFormatOneArgument(string separator, object argument)
    Parameters
    Type Name Description
    string separator
    object argument
    Returns
    Type Description
    string

    Flow_StringFormatThreeArguments(string, object, object, object)

    Format string with three arguments {0}, {1}, {2}.

    Declaration
    public static string Flow_StringFormatThreeArguments(string separator, object argument0, object argument1, object argument2)
    Parameters
    Type Name Description
    string separator
    object argument0
    object argument1
    object argument2
    Returns
    Type Description
    string

    Flow_StringFormatTwoArguments(string, object, object)

    Format string with two arguments {0}, {1}.

    Declaration
    public static string Flow_StringFormatTwoArguments(string separator, object argument0, object argument1)
    Parameters
    Type Name Description
    string separator
    object argument0
    object argument1
    Returns
    Type Description
    string

    Flow_StringHash64(string)

    Declaration
    public static ulong Flow_StringHash64(string stringValue)
    Parameters
    Type Name Description
    string stringValue
    Returns
    Type Description
    ulong

    Flow_StringJoin(string, string[])

    Declaration
    public static string Flow_StringJoin(string separator, string[] values)
    Parameters
    Type Name Description
    string separator
    string[] values
    Returns
    Type Description
    string

    Flow_StringReplace(string, string, string)

    Declaration
    public static string Flow_StringReplace(string stringValue, string oldValue, string newValue)
    Parameters
    Type Name Description
    string stringValue
    string oldValue
    string newValue
    Returns
    Type Description
    string

    Flow_StringToLower(string)

    Declaration
    public static string Flow_StringToLower(string stringValue)
    Parameters
    Type Name Description
    string stringValue
    Returns
    Type Description
    string

    Flow_StringToUpper(string)

    Declaration
    public static string Flow_StringToUpper(string stringValue)
    Parameters
    Type Name Description
    string stringValue
    Returns
    Type Description
    string
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX