Dela via


TableSasIPRange.Parse(String) Method

Definition

Parse an IP range string into a new TableSasIPRange.

public static Azure.Data.Tables.Sas.TableSasIPRange Parse (string s);
static member Parse : string -> Azure.Data.Tables.Sas.TableSasIPRange
Public Shared Function Parse (s As String) As TableSasIPRange

Parameters

s
String

IP range string to parse.

Returns

The parsed TableSasIPRange.

Applies to