AppStringManager Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class AppStringManager
The AppStringManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AppStringManager |
| Name | Description | |
|---|---|---|
| BoolToTrueFalse |
Utility method to return a string representation of a boolean.
| |
| BoolToYesEmpty |
Utility method to return a string representation of a boolean.
| |
| BoolToYesNo |
Utility method to return a string representation of a boolean.
| |
| GetAppString |
Returns the AppString object with the provided ID.s
| |
| GetCulture |
Constructs a CultureInfo object based on the provided language.
| |
| GetNewAppString |
Returns a new appstring.
| |
| GetText(Int32) |
Returns the string value of an AppString object in the current users language
| |
| GetText(String) |
Returns the string value of an AppString with the provided name.
| |
| GetText(String, Int32) |
Returns the string value of an AppString with the provided name.
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |