[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static bool IsCaseOf(
this string sender,
StringCase stringCase
)
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shared Function IsCaseOf (
sender As String,
stringCase As StringCase
) As Boolean
Dim sender As String
Dim stringCase As StringCase
Dim returnValue As Boolean
returnValue = sender.IsCaseOf(stringCase)
public:
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
static bool IsCaseOf(
String^ sender,
StringCase stringCase
)
[<ExtensionAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member IsCaseOf :
sender : string *
stringCase : StringCase -> bool
No code example is currently available or this language may not be supported.
[Missing <param name="stringCase"/> documentation for "M:DevCase.Extensions.StringExtensions.StringExtensions.IsCaseOf(System.String,DevCase.Core.DataProcessing.Common.StringCase)"]
No code example is currently available or this language may not be supported.
MessageBox.Show("HELLO WORLD".IsCaseOf(StringCase.UpperCase))
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
ArgumentNullException | sender |
NotImplementedException | This function does not support the specified string case. |