Search code examples
vb.netfunctionnumbersordinals

Is there a VB.NET function to format a number as an Ordinal


Is there a built in VB.NET function to format a number as an Ordinal or do I have to write my own?

There isn't in C# so I'm thinking there isn't :(


Solution

  • If an implementation were available for VB.NET, it would be available for C# as well - you can call into the VB-specific "standard libraries" from C#.

    In other words - I don't believe there's anything in the framework.