ApplicationUtilsConvertFieldMacrosToEmptyStrings Method  | 
 
            Converts the navigatorName, isPrimaryKey, isForeignKey, isOptional, isReadOnly, length, precision and scale macros in the passed in strings to empty strings.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic static IEnumerable<string> ConvertFieldMacrosToEmptyStrings(
	IEnumerable<string> stringsToConvert
)
Public Shared Function ConvertFieldMacrosToEmptyStrings ( 
	stringsToConvert As IEnumerable(Of String)
) As IEnumerable(Of String)
Parameters
- stringsToConvert
 - Type: System.Collections.GenericIEnumerableString
The strings to convert. 
Return Value
Type: 
IEnumerableString
            all string values with their length/precision/scale macros replaced with empty strings
            
See Also