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: 6.3.0.0 (0.8.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