C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System
String Class
String Methods
Compare Method
CompareTo Method
Concat Method
Contains Method
CopyTo Method
EndsWith Method
Equals Method
Format Method
GetHashCode Method
IndexOf Method
IndexOfAny Method
IsNullOrEmpty Method
IsNullOrWhiteSpace Method
Join Method
LastIndexOf Method
LastIndexOfAny Method
Normalize Method
PadLeft Method
PadRight Method
Remove Method
Replace Method
Split Method
StartsWith Method
Substring Method
ToCharArray Method
ToLower Method
ToLowerInvariant Method
ToString Method
ToUpper Method
ToUpperInvariant Method
Trim Method
String
GetHashCode Method
Returns the hash code for this string.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
override
int
GetHashCode
()
Return Value
Type:
Int32
A 32-bit signed integer hash code.
See Also
Reference
String Class
System Namespace