Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static string FormatDouble(
	double d,
	ByteBuffer buf
)
Visual Basic
Public Shared Function FormatDouble ( _
	d As Double, _
	buf As ByteBuffer _
) As String
Visual C++
public:
static String^ FormatDouble(
	double d, 
	ByteBuffer^ buf
)

See Also