OperatorFloatToStr Method
This function is created to avoid .NET-specific IFormatProvider usage

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
protected static string FloatToStr(
	double v
)

Parameters

v
Type: SystemDouble
Value to be converted

Return Value

Type: String
See Also