Click or drag to resize

CommonOptionsToString Method

Linkar Framework .NET (Core and Framework)


Composes the CommonOptions options string for use with ReadOptions, SelectOptions and ReadAfterCommonOptions classes.

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public override string ToString()

Return Value

String
The string ready to be used by ReadOptions, SelectOptions and ReadAfterCommonOptions classes
See Also