GetProtocolFolderName(String)

Gets the safe folder name for the target protocol.

Declaration
public static string GetProtocolFolderName(string protocolName)
Example
Documents.GetProtocolFolderName("DemoProtocol");

Documents.GetProtocolFolderName(" DemoProtocol.");

Documents.GetProtocolFolderName(" Demo?|\\Protocol.");
Result
DemoProtocol

DemoProtocol

Demo___Protocol

Last updated