Class IntTo2Digits
Inheritance
System.Object
IntTo2Digits
Namespace: LymeTemplateApi.Code.ExtensionMethods
Assembly: LymeTemplateApi.Code.dll
Syntax
public static class IntTo2Digits : object
Methods
Last2Digits(Int32)
Declaration
public static string Last2Digits(this int i)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | i |
Returns
| Type | Description |
|---|---|
| System.String |
To2Digits(Int32)
Declaration
public static string To2Digits(this int i)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | i |
Returns
| Type | Description |
|---|---|
| System.String |