GetDecimalPartLength Method
Gets a value indicating the decimal part's length of section inside
IFormatter.
int GetDecimalPartLength(
int
)
'Declaration
Function GetDecimalPartLength( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As IFormatter
Dim section As Integer
Dim value As Integer
value = instance.GetDecimalPartLength(section)
Parameters
- section
- Index of section that need to get length of decimal part.
Return Value
Length of section's decimal part.