메소드 | 설명 | |
---|---|---|
Capitalize ( this value ) : string |
Capitalize the first character without changing the rest of the string
|
|
GetValidAcronym ( this value ) : string | ||
GetValidAppIdSixDigits ( this value ) : string | ||
GetValidAtaSpaceName ( this value ) : string |
Gets a valid Artist, Title, Album (ATA) name with spaces
|
|
GetValidFileName ( this fileName ) : string | ||
GetValidFilePath ( this value ) : string | ||
GetValidInlayName ( this value, bool frets24 = false ) : string | ||
GetValidKey ( this value, string songTitle = "" ) : string |
Format string as valid DLCKey (aka SongKey), or ToneKey
|
|
GetValidPathName ( this pathName ) : string | ||
GetValidShortFileName ( string artist, string title, string version, bool acronym = false ) : string |
Standard short file name format for CDLC file names "{0}_{1}_{2}"
|
|
GetValidSortableName ( this value ) : string | ||
GetValidTempo ( this value ) : string | ||
GetValidVersion ( this value ) : string | ||
GetValidYear ( this value ) : string | ||
IsAppIdSixDigits ( this value ) : bool | ||
IsFilePathLengthValid ( this filePath ) : bool | ||
IsFilePathNameValid ( this filePath ) : bool | ||
IsFilePathValid ( this filePath ) : bool | ||
ReplaceAbbreviations ( this value ) : string | ||
ReplaceDiacritics ( this value ) : string | ||
ReplaceDiacriticsFast ( this value ) : string | ||
ReplaceSpaceWith ( this value, string replacementValue = "_" ) : string |
Replace white space with user choice of replacement or remove all together
|
|
ShortWordMover ( this value, bool undoIt = false ) : string |
Moves short words like "The " from the begining of a string to the end ", The"
|
|
StripDiacritics ( this value ) : string | ||
StripExcessWhiteSpace ( this value ) : string | ||
StripIllegalXMLChars ( this filePath ) : System.Stream |
Strips non-printable ASCII characters
|
|
StripLeadingNumbers ( this value ) : string | ||
StripLeadingSpecialCharacters ( this value ) : string | ||
StripNonAlpaNumeric ( this value ) : string | ||
StripPlatformEndName ( this filePath ) : string | ||
StripSpecialCharacters ( this value ) : string | ||
ToNullTerminatedAscii ( this bytes ) : string | ||
ToNullTerminatedUTF8 ( this bytes ) : string |
메소드 | 설명 | |
---|---|---|
ObsoleteGetValidName ( this value, bool allowSpace = false, bool allowStartsWithNumber = false, bool underscoreSpace = false, bool frets24 = false ) : string |
public static GetValidAcronym ( this value ) : string | ||
value | this | |
리턴 | string |
public static GetValidAppIdSixDigits ( this value ) : string | ||
value | this | |
리턴 | string |
public static GetValidAtaSpaceName ( this value ) : string | ||
value | this | |
리턴 | string |
public static GetValidFileName ( this fileName ) : string | ||
fileName | this | |
리턴 | string |
public static GetValidFilePath ( this value ) : string | ||
value | this | |
리턴 | string |
public static GetValidInlayName ( this value, bool frets24 = false ) : string | ||
value | this | |
frets24 | bool | |
리턴 | string |
public static GetValidKey ( this value, string songTitle = "" ) : string | ||
value | this | DLCKey or ToneKey for verification |
songTitle | string | optional SongTitle varification comparison for DLCKey |
리턴 | string |
public static GetValidPathName ( this pathName ) : string | ||
pathName | this | |
리턴 | string |
public static GetValidShortFileName ( string artist, string title, string version, bool acronym = false ) : string | ||
artist | string | |
title | string | |
version | string | |
acronym | bool | use artist acronym instead of full artist name |
리턴 | string |
public static GetValidSortableName ( this value ) : string | ||
value | this | |
리턴 | string |
public static GetValidVersion ( this value ) : string | ||
value | this | |
리턴 | string |
public static IsAppIdSixDigits ( this value ) : bool | ||
value | this | |
리턴 | bool |
public static IsFilePathLengthValid ( this filePath ) : bool | ||
filePath | this | |
리턴 | bool |
public static IsFilePathNameValid ( this filePath ) : bool | ||
filePath | this | |
리턴 | bool |
public static IsFilePathValid ( this filePath ) : bool | ||
filePath | this | |
리턴 | bool |
public static ReplaceAbbreviations ( this value ) : string | ||
value | this | |
리턴 | string |
public static ReplaceDiacritics ( this value ) : string | ||
value | this | |
리턴 | string |
public static ReplaceDiacriticsFast ( this value ) : string | ||
value | this | |
리턴 | string |
public static ReplaceSpaceWith ( this value, string replacementValue = "_" ) : string | ||
value | this | |
replacementValue | string | Default is underscore |
리턴 | string |
public static ShortWordMover ( this value, bool undoIt = false ) : string | ||
value | this | |
undoIt | bool | Use to undo ShortWordMover strings |
리턴 | string |
public static StripDiacritics ( this value ) : string | ||
value | this | |
리턴 | string |
public static StripExcessWhiteSpace ( this value ) : string | ||
value | this | |
리턴 | string |
public static StripIllegalXMLChars ( this filePath ) : System.Stream | ||
filePath | this | Full path to the File |
리턴 | System.Stream |
public static StripLeadingNumbers ( this value ) : string | ||
value | this | |
리턴 | string |
public static StripLeadingSpecialCharacters ( this value ) : string | ||
value | this | |
리턴 | string |
public static StripNonAlpaNumeric ( this value ) : string | ||
value | this | |
리턴 | string |
public static StripPlatformEndName ( this filePath ) : string | ||
filePath | this | |
리턴 | string |
public static StripSpecialCharacters ( this value ) : string | ||
value | this | |
리턴 | string |
public static ToNullTerminatedAscii ( this bytes ) : string | ||
bytes | this | |
리턴 | string |
public static ToNullTerminatedUTF8 ( this bytes ) : string | ||
bytes | this | |
리턴 | string |