ApplicationUtilsConvertLengthPrecisionScaleMacrosToRealValuesForString Method |
Converts the length, precision and scale macros to real values 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)
Syntax public static string ConvertLengthPrecisionScaleMacrosToRealValuesForString(
string toConvert,
int length,
int precision,
int scale
)
Public Shared Function ConvertLengthPrecisionScaleMacrosToRealValuesForString (
toConvert As String,
length As Integer,
precision As Integer,
scale As Integer
) As String
Parameters
- toConvert
- Type: SystemString
To convert. - length
- Type: SystemInt32
The length. - precision
- Type: SystemInt32
The precision. - scale
- Type: SystemInt32
The scale.
Return Value
Type:
StringtoConvert with its macros replaced with the values specified
See Also