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
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
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.