sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.68k stars 641 forks source link

Wrong overload used in ToString(format, IFormatProvider) #1046

Closed tebjan closed 5 years ago

tebjan commented 6 years ago

when calling matrix with ToString("F4", cultureInfo) the string "F4" was returned. now calling same overload as vectors do.