| Any Constructor (String) |
Initializes a new
Any instance from a string value.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public Any(
string value
)
Public Sub New (
value As String
)
public:
Any(
String^ value
)
Parameters
- value
- Type: SystemString
The initial string value, that must represent
number.
Exceptions Remarks See Also