Whether all chars in s are in upper case
| C# | Visual Basic | Visual C++ | F# |
public static bool IsAllCaps( string s )
Public Shared Function IsAllCaps ( s As String ) As Boolean
public: static bool IsAllCaps( String^ s )
static member IsAllCaps : s : string -> bool
- s (String)
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)