| StringFunctions Methods | 
The StringFunctions type exposes the following members.
| Name | Description | |
|---|---|---|
| Char | 
            Defines the mapping for the operand1.Char[index] property to method mapping
              | |
| Concat | 
            Defines the mapping for the String.Concat(operand1, operand2) method mapping
              | |
| IndexOf(Object, Object) | 
            Defines the mapping for the operand1.IndexOf(value) method mapping
              | |
| IndexOf(Object, Object, Object) | 
            Defines the mapping for the operand1.IndexOf(value, startIndex) method mapping
              | |
| LastIndexOf(Object, Object) | 
            Defines the mapping for the operand1.LastIndexOf(value) method mapping
              | |
| LastIndexOf(Object, Object, Object) | 
            Defines the mapping for the operand1.LastIndexOf(value, startIndex) method mapping
              | |
| Length | 
            Defines the mapping for the operand1.Length property to method mapping
              | |
| PadLeft(Object, Object) | 
            Defines the mapping for the operand1.PadLeft(totalWidth) method mapping
              | |
| PadLeft(Object, Object, Object) | 
            Defines the mapping for the operand1.PadLeft(totalWidth, paddingChar) method mapping
              | |
| PadRight(Object, Object) | 
            Defines the mapping for the operand1.PadRight(totalWidth) method mapping
              | |
| PadRight(Object, Object, Object) | 
            Defines the mapping for the operand1.PadRight(totalWidth, paddingChar) method mapping
              | |
| Remove(Object, Object) | 
            Defines the mapping for the operand1.Remove(startIndex) method mapping
              | |
| Remove(Object, Object, Object) | 
            Defines the mapping for the operand1.Remove(startIndex, count) method mapping
              | |
| Replace | 
            Defines the mapping for the operand1.Replace(oldValue, newValue) method mapping
              | |
| Substring(Object, Object) | 
            Defines the mapping for the operand1.Substring(startIndex) method mapping
              | |
| Substring(Object, Object, Object) | 
            Defines the mapping for the operand1.Substring(startIndex, length) method mapping
              | |
| ToLower | 
            Defines the mapping for the operand1.ToLower() method mapping
              | |
| ToUnicode | 
            Defines the mapping for the operand1.ToUnicode() method mapping
              | |
| ToUpper | 
            Defines the mapping for the operand1.ToUpper() method mapping
              | |
| Trim | 
            Defines the mapping for the operand1.Trim() method mapping
              |