Click or drag to resize

PrependSignFormatter Class

Prepends in front of the data value.

Input: Number

Output: String

Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.FormattersPrependSignFormatter

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

The PrependSignFormatter type exposes the following members.

Constructors
  NameDescription
Public methodPrependSignFormatter
Initializes a new instance of the PrependSignFormatter class
Top
Properties
Methods
Fields
  NameDescription
Public fieldData
Data value to use.
Top
See Also