| ApplicationUtilsConvertLengthPrecisionScaleMacrosToEmptyStringsForString Method  | 
 
            Converts the length, precision and scale macros to empty strings in the toConvert string specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic static string ConvertLengthPrecisionScaleMacrosToEmptyStringsForString(
	string toConvert
)
Public Shared Function ConvertLengthPrecisionScaleMacrosToEmptyStringsForString ( 
	toConvert As String
) As String
Parameters
- toConvert
 - Type: SystemString
To convert. 
Return Value
Type: 
String
            toConvert with its macros replaced with the values specified
            
See Also