LicenseRequestBaseReplaceKeyWithValue Method

Definition

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

Parameters

template  String
 
key  String
 
value  String
 
escape  Boolean  (Optional)
 

See Also