QuickObjects.ObjectBase Send comments on this topic.
GetValueOrBlank Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > StringField Class : GetValueOrBlank Property

GetValueOrBlank

If the IsNull property is set to true then a empty String is return else the Value is returned.

Syntax

C# 
public string GetValueOrBlank {get;}

Requirements

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

See Also