Class SR
Allows to read strings from the resources.
public class SR
- Inheritance
-
SR
Methods
- Get(string)
Reads string from the resources.
- Get(string, params object[])
Reads string from the resources and formats it using
args
.
- GetString(string, params object[])
Reads string from the resources and formats it using
args
. Long parameters (with length greater than 1024 characters) are trimmed.