IppAttributeValue.CreateCharsetArray(IIterable<String>) Method

Definition

Creates an IppAttributeValue object that contains an array of charset attributes with the specified values.

public:
 static IppAttributeValue ^ CreateCharsetArray(IIterable<Platform::String ^> ^ values);
 static IppAttributeValue CreateCharsetArray(IIterable<winrt::hstring> const& values);
public static IppAttributeValue CreateCharsetArray(IEnumerable<string> values);
function createCharsetArray(values)
Public Shared Function CreateCharsetArray (values As IEnumerable(Of String)) As IppAttributeValue

Parameters

values

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

The values of the array of charset attributes.

Returns

The new IppAttributeValue object.

Applies to