IOperationResult.IsString

IOperationResult.IsString property

Indicates whether the result is a text string.

public bool IsString { get; }

Return Value

true if the result is a string; otherwise false.

See Also