[This is preliminary documentation and is subject to change.]

validates the decimal expression.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string DecimalValidationRegularExpression(
	int beforeDecimal,
	int afterDecimal
)
Visual Basic (Declaration)
Public Shared Function DecimalValidationRegularExpression ( _
	beforeDecimal As Integer, _
	afterDecimal As Integer _
) As String
Visual C++
public:
static String^ DecimalValidationRegularExpression(
	int beforeDecimal, 
	int afterDecimal
)

Parameters

beforeDecimal
Type: System..::.Int32
Number of places before the decimal point.
afterDecimal
Type: System..::.Int32
Number of places afterthe decimal point.

Return Value

The regular expression.

See Also