OperatorFloatToStr Method |
This function is created to avoid .NET-specific IFormatProvider usage
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxprotected static string FloatToStr(
double v
)
Protected Shared Function FloatToStr (
v As Double
) As String
protected:
static String^ FloatToStr(
double v
)
static member FloatToStr :
v : float -> string
Parameters
- v
- Type: SystemDouble
Value to be converted
Return Value
Type:
String
See Also