Click or drag to resize
ApplicationUtilsConvertLengthPrecisionScaleMacrosToRealValues Method
Converts the length, precision and scale macros in the passed in strings to real values.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static IEnumerable<string> ConvertLengthPrecisionScaleMacrosToRealValues(
	IEnumerable<string> stringsToConvert,
	int length,
	int precision,
	int scale
)

Parameters

stringsToConvert
Type: System.Collections.GenericIEnumerableString
The strings to convert.
length
Type: SystemInt32
The length.
precision
Type: SystemInt32
The precision.
scale
Type: SystemInt32
The scale.

Return Value

Type: IEnumerableString
all string values with their length/precision/scale macros replaced with the values specified
See Also