Value.value_SZ

string value_SZ() @property const

Obtains the current value of the value as a string. If the value's type is REG_EXPAND_SZ the returned value is not expanded; value_EXPAND_SZ should be called

Returns

The contents of the value.

Throws

RegistryException if the type of the value is not REG_SZ,

REG_EXPAND_SZ, REG_DWORD, or REG_QWORD.