QuickObjects.ObjectBase Send comments on this topic.
LoadOriginal_String Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > Utilities Class : LoadOriginal_String Method
obj
val

LoadOriginal_String

If the passed in parameter is null, this method returns sets "" (blank String) into the obj.OriginalValue.Value. If the passed in object is not null, this method casts the object to a String value and returns the result.

Parameters:
Description
obj
val

Syntax

C# 
public static void LoadOriginal_String( 
   ref StringField obj,
   object val
)

Parameters

obj
val

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also