ShellUtilitiesLoadIndirectString Method |
Extracts a specified text resource when given that resource in the form of an indirect string (a string that begins with the '@' symbol).
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string LoadIndirectString(
string source,
int bufferSize = 1024
)
Parameters
- source
- Type: SystemString
An input string from which the resource will be retrieved. - bufferSize (Optional)
- Type: SystemInt32
Size of the buffer.
Return Value
Type:
StringThe text resource.
See Also