System::Net::Http::Headers::ContentRangeHeaderValue::Parse metodo

ContentRangeHeaderValue::Parse method

Converte una stringa passata in un’istanza della classe ContentRangeHeaderValue.

static System::SharedPtr<ContentRangeHeaderValue> System::Net::Http::Headers::ContentRangeHeaderValue::Parse(String input)
ParametroTipoDescrizione
inputStringaUna stringa da analizzare.

ReturnValue

Un’istanza della classe ContentRangeHeaderValue.

Vedi anche