Click or drag to resize

AppStringContainer Methods

The AppStringContainer type exposes the following members.

Methods
  NameDescription
Public methodAddLanguageString
Public methodAssignTo(AppStringContainer)
Public methodAssignTo(AppString, Boolean)
Public methodAssignTo(AppStringContainer, Boolean)
Public methodClone
Public methodGetLanguageString
Returns the string for a specified language. If no string exists for the specified language then the string for english is returned. If the english string doesn't exist either then the first string in the collection is returned. If the collection is empty then null is returned.
Public methodIsDefinedForLanguage
Public methodReadXml
Public methodSetLanguageString
Public methodToCSVString
Public methodToSearchXml
Public methodToString
Returns a human readable string
(Overrides ObjectToString.)
Public methodToStringAllLanguages
Returns a human readable string with all contained languages
Public methodWriteXml
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