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)
Converts a location to a string of format "(X, Y)".
| 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
How many characters the output coordinate should have at least - inTrailingCharacter
- Type: System.String
Defines the trailing character - inForceSignPrinting
- Type: System.Boolean
Forces printing the signs of the coordinates even if the number is positive - inSuffix
- Type: System.String
Defines a suffix. Generally it is an unit of value (eg. mm) - inSystemBase
- Type: System.Int32
The base of the numeral system - inPrintBrackets
- Type: System.Boolean
Determines whether the brackets should be printed or not - outString
- Type: System.String
