Value.value_SZ

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

class Value
@property const
string
value_SZ
()

Return Value

Type: string

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.

Meta