Click or drag to resize

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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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: String
The text resource.
See Also