Click or drag to resize

Any Constructor (String)

Initializes a new Any instance from a string value.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public Any(
	string value
)

Parameters

value
Type: SystemString
The initial string value, that must represent number.
Exceptions
Remarks

The string is converted by ToInt64(String).

See Also