Click or drag to resize
FieldUtilitiesCheckPrecision Method
Checks the precision of the value passed in as string. Assumes value is numeric.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static bool CheckPrecision(
	string valueAsString,
	int precision,
	ref string exceptionMessage
)

Parameters

valueAsString
Type: SystemString
The value as string.
precision
Type: SystemInt32
The precision.
exceptionMessage
Type: SystemString
The exception message.

Return Value

Type: Boolean
See Also