Class TextExecutableLibrary
  Executable function library for texts
 
  
  
    Inheritance
    object
    
    TextExecutableLibrary
   
  
    Inherited Members
    
    
    
    
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
   
  
  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
  
  
  Flow_StringFormat(string, object[])
  
  
  Declaration
  
    public static string Flow_StringFormat(string separator, object[] arguments)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        separator | 
         | 
      
      
        | object[] | 
        arguments | 
         | 
      
    
  
  Returns
  
  
  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
  
  
  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
  
  
  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
  
  
  Flow_StringHash64(string)
  
  
  Declaration
  
    public static ulong Flow_StringHash64(string stringValue)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        stringValue | 
         | 
      
    
  
  Returns
  
  
  Flow_StringJoin(string, string[])
  
  
  Declaration
  
    public static string Flow_StringJoin(string separator, string[] values)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        separator | 
         | 
      
      
        | string[] | 
        values | 
         | 
      
    
  
  Returns
  
  
  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
  
  
  Flow_StringToLower(string)
  
  
  Declaration
  
    public static string Flow_StringToLower(string stringValue)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        stringValue | 
         | 
      
    
  
  Returns
  
  
  Flow_StringToUpper(string)
  
  
  Declaration
  
    public static string Flow_StringToUpper(string stringValue)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        stringValue | 
         | 
      
    
  
  Returns