 | IValueModifierModifyValue method |
Converts a value into the format valid for this ValueModifier.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
SyntaxObject? ModifyValue(
Object? toConvert
)
Function ModifyValue (
toConvert As Object
) As Object
Object^ ModifyValue(
Object^ toConvert
)
abstract ModifyValue :
toConvert : Object -> Object Parameters
- toConvert Object
- Value to be converted
Return value
ObjectConverted value.
See also