Class CharacterHelpers
Represents the character helpers.
Inherited Members
Namespace: Platform.Data.Triplets
Assembly: Platform.Data.Triplets.dll
Syntax
public static class CharacterHelpers
Methods
| Improve this Doc View SourceFromChar(Char)
Creates the char using the specified character.
Declaration
public static Link FromChar(char character)
Parameters
Type | Name | Description |
---|---|---|
Char | character | The character.
|
Returns
Type | Description |
---|---|
Link | The link
|
IsChar(Link)
Determines whether is char.
Declaration
public static bool IsChar(Link link)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
Returns
Type | Description |
---|---|
Boolean | The bool
|
Recreate()
Recreates.
Declaration
public static void Recreate()
ToChar(Link)
Returns the char using the specified link.
Declaration
public static char ToChar(Link link)
Parameters
Type | Name | Description |
---|---|---|
Link | link | The link.
|
Returns
Type | Description |
---|---|
Char | The char.
|
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException | Указанная связь не являяется символом.
|