[This is preliminary documentation and is subject to change.]
Returns number of digits in 32-bit integer value
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static short GetIntDigitCount(
int value
)
public static short GetIntDigitCount(
int value
)
Public Shared Function GetIntDigitCount (
value As Integer
) As Short
Public Shared Function GetIntDigitCount (
value As Integer
) As Short
public:
static short GetIntDigitCount(
int value
)
public:
static short GetIntDigitCount(
int value
)
static member GetIntDigitCount :
value : int -> int16static member GetIntDigitCount :
value : int -> int16Return Value
Type:
Int16