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

AVL.FormatLocationToString(AvlNet.Location, int, string, bool, string, int, bool, string)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FormatLocationToString(
	AvlNet.Location inLocation,
	int inDigitCount,
	string inTrailingCharacter,
	bool inForceSignPrinting,
	string inSuffix,
	int inSystemBase,
	bool inPrintBrackets,
	out string outString
)

Parameters

inLocation
Type: AvlNet.Location
inDigitCount
Type: System.Int32
inTrailingCharacter
Type: System.String
inForceSignPrinting
Type: System.Boolean
inSuffix
Type: System.String
inSystemBase
Type: System.Int32
inPrintBrackets
Type: System.Boolean
outString
Type: System.String

See also