Click or drag to resize

AppStringManager Methods

The AppStringManager type exposes the following members.

Methods
  NameDescription
Public methodBoolToTrueFalse
Utility method to return a string representation of a boolean.
Public methodStatic memberBoolToYesEmpty
Utility method to return a string representation of a boolean.
Public methodStatic memberBoolToYesNo
Utility method to return a string representation of a boolean.
Public methodGetAppString
Returns the AppString object with the provided ID.s
Public methodStatic memberGetCulture
Constructs a CultureInfo object based on the provided language.
Public methodStatic memberGetNewAppString
Returns a new appstring.
Public methodGetText(Int32)
Returns the string value of an AppString object in the current users language
Public methodStatic memberGetText(String)
Returns the string value of an AppString with the provided name.
Public methodStatic memberGetText(String, Int32)
Returns the string value of an AppString with the provided name.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also