Discuss this help topic in SecureBlackbox Forum
Returns item value as string.
Declaration
[VB.NET]
Property Value As String
[Pascal]
property Value : TWideString;
[C++]
void get_Value(sb_u16string &OutResult);
void get_Value(std::wstring &OutResult);
[Java]
String getValue();
Description
Returns this item's value as string.
Check ItemType property to find out the type of this item.
Discuss this help topic in SecureBlackbox Forum