Click or drag to resize

StringToUpperFormatter Class

Formats a string by converting all letters to upper-case.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.FormattersStringToUpperFormatter

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Formatters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class StringToUpperFormatter : DataProvider

The StringToUpperFormatter type exposes the following members.

Constructors
  NameDescription
Public methodStringToUpperFormatter
Initializes a new instance of the StringToUpperFormatter class
Top
Properties
Methods
Fields
  NameDescription
Public fieldArgument
String to convert.
Top
See Also