mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-25 12:49:26 +01:00
Remove ToStringDot, no longer needed with forced CultureInfo
This commit is contained in:
@@ -239,14 +239,6 @@ namespace Flowframes
|
||||
return filename + suffix + ext;
|
||||
}
|
||||
|
||||
public static string ToStringDot(this float f, string format = "")
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(format))
|
||||
return f.ToString().Replace(",", ".");
|
||||
else
|
||||
return f.ToString(format).Replace(",", ".");
|
||||
}
|
||||
|
||||
public static string[] Split(this string str, string trimStr)
|
||||
{
|
||||
return str?.Split(new string[] { trimStr }, StringSplitOptions.None);
|
||||
|
||||
Reference in New Issue
Block a user