Logic for Comanche Peak’s Step Designator and boxed Cautions and Notes
Supporting logic for used by the redefined “WidthOverride” Added support the “{UNITNUMBER}” pagelist token
This commit is contained in:
@@ -250,7 +250,7 @@ namespace Volian.Print.Library
|
||||
/// <returns></returns>
|
||||
public static int ToInt(string value, int i)
|
||||
{
|
||||
string s = value.Split(",".ToCharArray())[i];
|
||||
string s = (value.Contains(",")) ? value.Split(",".ToCharArray())[i] : value;
|
||||
return ToInt(s);
|
||||
}
|
||||
public static string GetRtf(string text, VE_Font vFont)
|
||||
|
Reference in New Issue
Block a user