Method | Description | |
---|---|---|
CaptialiseFirstCharacter ( this instance ) : string |
Captialises the first character.
|
|
LowerCaseFirstCharacter ( this instance ) : string |
Lowers the case first character.
|
public static CaptialiseFirstCharacter ( this instance ) : string | ||
instance | this | The instance. |
return | string |
public static LowerCaseFirstCharacter ( this instance ) : string | ||
instance | this | The instance. |
return | string |