Method ParseSegmentName
ParseSegmentName(String)
Parses the segment name out of the given file name.
Declaration
public static string ParseSegmentName(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename |
Returns
Type | Description |
---|---|
System.String | the segment name only, or filename if it does not contain a '.' and '_'. |