Public Function CoerceToSingleFast( _ ByVal vString As String _ ) As Single
CoerceToSingleFast(String$(8, 0)) = 0! CoerceToSingleFast(String$(8, 1)) = 2.369428E-38! CoerceToSingleFast(String$(8, 2)) = 9.551468E-38!See also:
CoerceToSingle Function MakeSingleFast FunctionvString: The string whose first four characters are to be interpreted as a Single value.
Note: This function first converts the string from Unicode to the default code page of the system.
v1.3 Change: Removed 16-bit support from this function.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.