Click or drag to resize

StringFormatter Class

Formats arguments by a specified format string to create a new string value.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.FormattersStringFormatter

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

The StringFormatter type exposes the following members.

Constructors
  NameDescription
Public methodStringFormatter
Initializes a new instance of the StringFormatter class
Top
Properties
Methods
Fields
  NameDescription
Public fieldArguments
Arguments to put into the string.
Public fieldFormat
Format to use.
Top
See Also