Cast a string to this long?

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public override void UnsafeSet(
	string o
)
Visual Basic
Public Overrides Sub UnsafeSet ( _
	o As String _
)
Visual C++
public:
virtual void UnsafeSet(
	String^ o
) override

Parameters

o
Type: String

[Missing <param name="o"/> documentation for "M:ScopeRuntime.LongQColumnData.UnsafeSet(System.String)"]

See Also