MetadataStringComparer.StartsWith Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StartsWith(StringHandle, String) | |
StartsWith(StringHandle, String, Boolean) |
StartsWith(StringHandle, String)
- Source:
- MetadataStringComparer.cs
- Source:
- MetadataStringComparer.cs
- Source:
- MetadataStringComparer.cs
- Source:
- MetadataStringComparer.cs
public:
bool StartsWith(System::Reflection::Metadata::StringHandle handle, System::String ^ value);
public bool StartsWith (System.Reflection.Metadata.StringHandle handle, string value);
member this.StartsWith : System.Reflection.Metadata.StringHandle * string -> bool
Public Function StartsWith (handle As StringHandle, value As String) As Boolean
Parameters
- handle
- StringHandle
- value
- String
Returns
Applies to
StartsWith(StringHandle, String, Boolean)
- Source:
- MetadataStringComparer.cs
- Source:
- MetadataStringComparer.cs
- Source:
- MetadataStringComparer.cs
- Source:
- MetadataStringComparer.cs
public:
bool StartsWith(System::Reflection::Metadata::StringHandle handle, System::String ^ value, bool ignoreCase);
public bool StartsWith (System.Reflection.Metadata.StringHandle handle, string value, bool ignoreCase);
member this.StartsWith : System.Reflection.Metadata.StringHandle * string * bool -> bool
Public Function StartsWith (handle As StringHandle, value As String, ignoreCase As Boolean) As Boolean
Parameters
- handle
- StringHandle
- value
- String
- ignoreCase
- Boolean
Returns
Applies to
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.