C# Class Windows.Foundation.WwwFormUrlDecoder

Inheritance: IWwwFormUrlDecoderRuntimeClass
Show file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
First ( ) : IIterator
GetAt ( [ index ) : IWwwFormUrlDecoderEntry
GetFirstValueByName ( [ name ) : string
GetMany ( [ startIndex, [ items ) : uint
IndexOf ( [ value, uint &index ) : bool
WwwFormUrlDecoder ( [ hstrWwwFormUrlDecoder ) : System.Runtime.InteropServices

Method Details

First() public method

public First ( ) : IIterator
return IIterator

GetAt() public method

public GetAt ( [ index ) : IWwwFormUrlDecoderEntry
index [
return IWwwFormUrlDecoderEntry

GetFirstValueByName() public method

public GetFirstValueByName ( [ name ) : string
name [
return string

GetMany() public method

public GetMany ( [ startIndex, [ items ) : uint
startIndex [
items [
return uint

IndexOf() public method

public IndexOf ( [ value, uint &index ) : bool
value [
index uint
return bool

WwwFormUrlDecoder() public method

public WwwFormUrlDecoder ( [ hstrWwwFormUrlDecoder ) : System.Runtime.InteropServices
hstrWwwFormUrlDecoder [
return System.Runtime.InteropServices