 | InputValueGetterGetValue Method |
Derived classes should return the current value to set if this method is called.
The target is already checked for null reference.
Namespace:
Slash.Unity.DataBind.UI.NGUI.Getters
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected override string GetValue(
UIInput target
)
Protected Overrides Function GetValue (
target As UIInput
) As String
protected:
virtual String^ GetValue(
UIInput^ target
) override
abstract GetValue :
target : UIInput -> string
override GetValue :
target : UIInput -> string
Parameters
- target
- Type: (Default Namespace)UIInput
Target to get value from.
Return Value
Type:
StringCurrent value to set.
See Also