Thresher 1.2 Class Documentation

DccUtil.SpacesToUnderscores Method 

Convert the spaces in a file name to underscores.

[Visual Basic]
Public Shared Function SpacesToUnderscores( _
   ByVal fileName As String _
) As String
[C#]
public static string SpacesToUnderscores(
   string fileName
);

Parameters

fileName
The file name.

Return Value

Underscored string.

See Also

DccUtil Class | Sharkbite.Irc Namespace