You are here: Start » AVL.NET » AVL.FormatPoint2DToString(AvlNet.Point2D, int, int, string, string, bool, string, bool, string)

AVL.FormatPoint2DToString(AvlNet.Point2D, int, int, string, string, bool, string, bool, string)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FormatPoint2DToString(
	AvlNet.Point2D inPoint,
	int inIntegerDigitCount,
	int inFractionalDigitCount,
	string inDecimalMark,
	string inTrailingCharacter,
	bool inForceSignPrinting,
	string inSuffix,
	bool inPrintBrackets,
	out string outString
)

Parameters

inPoint
Type: AvlNet.Point2D
inIntegerDigitCount
Type: System.Int32
inFractionalDigitCount
Type: System.Int32
inDecimalMark
Type: System.String
inTrailingCharacter
Type: System.String
inForceSignPrinting
Type: System.Boolean
inSuffix
Type: System.String
inPrintBrackets
Type: System.Boolean
outString
Type: System.String

See also