Click or drag to resize

LicenseRequestBaseReplaceKeyWithValue Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
protected void ReplaceKeyWithValue(
	ref string template,
	string key,
	string value,
	bool escape = true
)

Parameters

template
Type: SystemString
key
Type: SystemString
value
Type: SystemString
escape (Optional)
Type: SystemBoolean
See Also