Click or drag to resize

CommonFormat Method

Namespace:  MediaCy.Controls.Common.Vb
Assembly:  MediaCy.Controls.Common.Vb (in MediaCy.Controls.Common.Vb.dll) Version: 3.1.0.0
Syntax
VB
Public Shared Function Format ( 
	dValue As Double,
	iDigitsAfterDecimal As Integer,
	Optional bShowZeros As Boolean = false
) As String

Parameters

dValue
Type: SystemDouble
iDigitsAfterDecimal
Type: SystemInt32
bShowZeros (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also