IppAttributeValue.CreateCharset(String) Method

Definition

Creates an IppAttributeValue object that contains a charset attribute with the specified value, as defined by the Internet Printing Protocol (IPP).

public:
 static IppAttributeValue ^ CreateCharset(Platform::String ^ value);
 static IppAttributeValue CreateCharset(winrt::hstring const& value);
public static IppAttributeValue CreateCharset(string value);
function createCharset(value)
Public Shared Function CreateCharset (value As String) As IppAttributeValue

Parameters

value
String

Platform::String

winrt::hstring

The value of the charset attribute.

Returns

The new IppAttributeValue object.

Applies to