Table of Contents

Class TextExecutableLibrary

Namespace
Ceres.Graph.Flow.Utilities
Assembly
cs.temp.dll.dll

Executable function library for texts

public class TextExecutableLibrary : ExecutableFunctionLibrary
Inheritance
object
TextExecutableLibrary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()

Methods

Flow_StringConcat(string[])

public static string Flow_StringConcat(string[] values)

Parameters

values string[]

Returns

string

Flow_StringFormat(string, object[])

public static string Flow_StringFormat(string separator, object[] arguments)

Parameters

separator string
arguments object[]

Returns

string

Flow_StringFormatOneArgument(string, object)

Format string with one argument {0}.

public static string Flow_StringFormatOneArgument(string separator, object argument)

Parameters

separator string
argument object

Returns

string

Flow_StringFormatThreeArguments(string, object, object, object)

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

public static string Flow_StringFormatThreeArguments(string separator, object argument0, object argument1, object argument2)

Parameters

separator string
argument0 object
argument1 object
argument2 object

Returns

string

Flow_StringFormatTwoArguments(string, object, object)

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

public static string Flow_StringFormatTwoArguments(string separator, object argument0, object argument1)

Parameters

separator string
argument0 object
argument1 object

Returns

string

Flow_StringHash64(string)

public static ulong Flow_StringHash64(string stringValue)

Parameters

stringValue string

Returns

ulong

Flow_StringJoin(string, string[])

public static string Flow_StringJoin(string separator, string[] values)

Parameters

separator string
values string[]

Returns

string

Flow_StringReplace(string, string, string)

public static string Flow_StringReplace(string stringValue, string oldValue, string newValue)

Parameters

stringValue string
oldValue string
newValue string

Returns

string

Flow_StringToLower(string)

public static string Flow_StringToLower(string stringValue)

Parameters

stringValue string

Returns

string

Flow_StringToUpper(string)

public static string Flow_StringToUpper(string stringValue)

Parameters

stringValue string

Returns

string