Skip to content

PosSharp.Abstractions.UposCapabilities.AsString(string,string)

github-actions[bot] edited this page May 8, 2026 · 2 revisions

PosSharp v1.2.0 API Reference


UposCapabilities.AsString(string, string) Method

Gets a string capability value.

public string AsString(string key, string defaultValue="");

Parameters

key System.String

The key.

defaultValue System.String

The default value.

Returns

System.String
The string value.

Clone this wiki locally